Search
DateCollection.CopyTo Method (DateTime[], Int32)
See Also
 






Copies the elements of this list to the specified array.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void CopyTo (
    DateTime[] array,
    int arrayIndex
)

Visual Basic  Copy Code

Public Sub CopyTo( _
    array() As DateTime, _
    arrayIndex As Integer _
)

 Parameters

array

The array to copy to.

arrayIndex

Specifies the index at which items should be inserted in the target array.

 See Also